[Top] [Prev] [Next] [Bottom] [Contents]

SaVbsValEmail

Prints a VB Script function which checks that a string contains a valid e-mail format.

Synopsis

#include "savbs.h"
int SaVbsValEmail();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints a VB Script function that checks that a string contains a valid e-mail format. The valid format contains 1 and only one @ character and at least 1 character both before and after that character.

Example

The code fragment:

SaVbsValEmail();
will write a string to standard out which is equivalent to the contents of the file:

config\htmlstyle\XValEmail.vbs
in the Sapphire distribution.

See Also

SaVbsSsnCheck, SaVbsZipCheck, SaVbsCardCheck, SaVbsDateFixNow

SaVbsValDate, SaVbsValDateFuture, SaVbsValDatePast, SaVbsIsAllDigits

SaVbsIsAllLetters, SaVbsIsFieldNotBlank, SaVbsState, SaVbsSimpleFormat

SaRegVbsScripts, SaPrintVbsScripts



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.